Click or drag to resize

SendMeetingOption Enumeration

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum SendMeetingOption
Members
  Member nameValueDescription
SendToNone0 Do not send meeting invitations.
SendToAll1 Send meeting invitations to all attendees; do not save a copy of the meeting invitation in the organizer's Sent Items folder.
SendToChanged2 Send meeting invitations only to attendees that have been added or modified; do not save a copy of the meeting invitation in the organizer's Sent Items folder.
SendToAllAndSaveCopy3 Send meeting invitations to all attendees and save a copy of the meeting invitation in the organizer's Sent Items folder.
SendToChangedAndSaveCopy4 Send meeting invitations only to attendees that have been added or modified and save a copy of the meeting invitation in the organizer's Sent Items folder.
See Also